home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcxl551.arc / TCXL_INC.EXE / lha / INC / TCXLCVT.H < prev    next >
Text File  |  1990-10-01  |  1KB  |  35 lines

  1. /*=====[ The TesSeRact(TM) CXL User Interface Development System ]======*
  2.  | Copyright (c) 1987-1990, Innovative Data Concepts. All Rights Reserved
  3.  |
  4.  | This Library is part of IDC's TesSeRact Development Tools product
  5.  | line. For information about other IDC products, call 1-215-884-3373.
  6.  *----------------------------------------------------------------------*
  7.  | <TCXLcvt.h> : Public prototypes for TCXL conversion functions.
  8.  *----------------------------------------------------------------------*
  9.  | PGS : $Id: tcxlcvt.h 5.51 90/10/01 00:00:00 MLM Release Locker: MLM $
  10.  | $Log:    tcxlcvt.h $
  11.  | Revision 5.51  90/10/01  00:00:00  MLM
  12.  | TCXL 5.51
  13.  | 
  14.  *======================================================================*/
  15. #ifndef  _TCXLcvt_
  16. #  define   _TCXLcvt_ 1
  17. #  ifndef   _TCXLdef_
  18. #     include  <TCXLdef.h>
  19. #  endif
  20.  
  21. /*------------------------[ Function prototypes ]----------------------*/
  22.  
  23. #ifdef __cplusplus         /* no mangling, please */
  24.    extern   "C"   {
  25. #endif
  26. DblT  CTYP  cvtcf(ChrP fp);
  27. IntT  CTYP  cvtci(ChrP fp);
  28. VOID  CTYP  cvtfc(ChrP fp, DblT dv, IntT fw, IntT nd);
  29. VOID  CTYP  cvtic(ChrP fp, IntT iv, IntT fs);
  30. IntT  CTYP  touplow(ChrP s, ChrP p, IntT c);
  31. #ifdef   __cplusplus
  32.    }
  33. #endif
  34. #endif   /* _TCXLcvt_ -- End of TCXLcvt.h */
  35.